var google.golang.org/grpc/internal/binarylog.grpclogLogger
14 uses
google.golang.org/grpc/internal/binarylog (current package)
binarylog.go#L43: var grpclogLogger = grpclog.Component("binarylog")
binarylog.go#L173: grpclogLogger.Infof("binarylogging: failed to parse %q: %v", methodName, err)
env_config.go#L53: grpclogLogger.Warningf("failed to parse binary log config: %v", err)
method_logger.go#L234: grpclogLogger.Infof("binarylogging: failed to marshal proto message: %v", err)
method_logger.go#L239: grpclogLogger.Infof("binarylogging: message to log is neither proto.message nor []byte")
method_logger.go#L274: grpclogLogger.Infof("binarylogging: failed to marshal proto message: %v", err)
method_logger.go#L279: grpclogLogger.Infof("binarylogging: message to log is neither proto.message nor []byte")
method_logger.go#L330: grpclogLogger.Info("binarylogging: error in trailer is not a status error")
method_logger.go#L340: grpclogLogger.Infof("binarylogging: failed to marshal status proto: %v", err)
sink.go#L72: grpclogLogger.Errorf("binary logging: failed to marshal proto message: %v", err)
sink.go#L128: grpclogLogger.Warningf("failed to flush to Sink: %v", err)
sink.go#L143: grpclogLogger.Warningf("failed to flush to Sink: %v", err)
sink.go#L146: grpclogLogger.Warningf("failed to close the underlying WriterCloser: %v", err)
sink.go#L149: grpclogLogger.Warningf("failed to close the Sink: %v", err)